home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / compress / prexcm60.zip / PROBLEMS.DOC < prev    next >
Text File  |  1996-08-01  |  3KB  |  80 lines

  1.  
  2.                 Protect! EXE/COM 6.0
  3.              (C) 1993-1996 Jeremy Lilley
  4.                  All Rights Reserved
  5.  
  6.  
  7.  
  8.         Here are the error messages that Protect! gives:
  9.  
  10.  
  11. "Too many relocations, try compressing first -- see docs"
  12.  
  13.         Some files have too many relocation pointers -- which
  14.         are used to fix up FAR-model calls for Protect! to
  15.         handle with its memory model. This only affects EXE
  16.         files with more than approximately 16k worth of
  17.         relocation data (which occurs in larger files).
  18.  
  19.         It is possible, however, to Protect! these files by
  20.         running an external EXE compression program such as
  21.         PKLite or the freeware LZEXE first. These compressors
  22.         will take care of relocations and allow Protect! to do
  23.         what it does best -- encrypting your programs.
  24.  
  25.  
  26. "Protect! can only handle files under 600k in size"
  27.  
  28.         To be Protected, a file must be able to reside completely
  29.         in DOS memory when loading.
  30.  
  31.         You may want to run an external compressor such as PKLite
  32.         or the freeware LZEXE as described above, which may fix the
  33.         problem. If these programs can't compress the file, Protect!
  34.         would not be able to encrypt them either.
  35.  
  36.  
  37. "Windows 95/NT EXE (Portable EXE) files not supported"
  38. "Windows/New EXE (NE) files cannot be Protected"
  39. "OS/2-format Linear EXE (LX) files are not supported"
  40.  
  41.         Protect! only supports DOS EXE and COM files. EXE files
  42.         created for Windows or OS/2 and DOS extended files are
  43.         not in the same format as regular DOS EXE files.
  44.  
  45.  
  46. "The file is not a valid EXE, it might be a COM file"
  47.  
  48.         Try renaming the EXE file to an COM file and run Protect!
  49.         again. This file didn't have the standard "MZ" EXE signature.
  50.  
  51.  
  52. "This is COM file is really an EXE, rename and try again"
  53.  
  54.         Rename the COM file to an EXE file and run Protect! again.
  55.  
  56.  
  57. "An error occured during a file read or write"
  58.  
  59.         Try running Protect! again, closing and restarting the
  60.         DOS box if applicable, or rebooting
  61.  
  62.  
  63. "Password file (see ProtExCm.INI) not found"
  64. "Password prompt file not found (see ProtExCm.INI)"
  65.  
  66.         If you specified a password in your ProtExCm.INI file,
  67.         double check that the proper name for the password or
  68.         password prompt file is right beneath the password
  69.         command.
  70.  
  71.  
  72. No error message is given, but the resulting file doesn't work
  73.  
  74.         First try pre-compressing the file with LZEXE or PKLite.
  75.         If that doesn't work, please contact me, letting me know
  76.         the size of the file, the date of your ProtExCm.EXE, and
  77.         the compiler you used.
  78.  
  79.  
  80.